IsDeletedStateAvailable Property (IObservableSource<T>)
In This Topic
Gets a value indicating whether an item of this collection can still return correct property values after it has been deleted from the collection.
Syntax
'Declaration
ReadOnly Property IsDeletedStateAvailable As Boolean
bool IsDeletedStateAvailable {get;}
Property Value
true if deleted items can still be used to get property values.
See Also